---- SerializatorDotNET for MOD-ZIGBEE devices ----

SerializatorDotNET.exe is a very simple program that can be used to program MOD-ZIGBEE end devices. For now it supports only PICkit 3 debugger/programmer.

MAC address uses a HEX 64bit value that the device will use as its long address. Device name is a 16 character string that will be transmitted to the coordinator device upon connectting, so that the end device may be identified by a human readable text.

The tool uses an input HEX file to program in to a target device. When the Program button is clicked the HEX file is merged temprarily with the name and MAC address (values of the two parameters are placed at address "Start address", should be 0x00F00000 for the unmodified demo projects).

To program a device you should connect it to a PICkit3 enter parameters and press "Program". Status info is displayed in the console window. After every successfull programming, the MAC address value is incremented.

Enjoy :)